vcProcessWhileStatement

Statement that executes Scope in a loop as long as ConditionExpression evaluates to True.

See in: Overview

Module: vcProcessModel

Parent: vcStatement

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
ConditionExpressionStringRWGets or sets condition expression to evaluate on each loop iteration. Statement execution stops when this expression evaluates to False.
ScopevcScopeRGets statement scope to keep executing while ConditionExpression evaluates to True.